-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Update fork of tokio-util to 0.7.11 (latest) #21066
Conversation
Signed-off-by: Jesse Szwedko <[email protected]>
Datadog ReportBranch report: ✅ 0 Failed, 7 Passed, 0 Skipped, 25.44s Total Time |
Regression Detector ResultsRun ID: 83e0e3f7-e146-4a0f-a1af-18d57a2c34b5 Metrics dashboard Baseline: dc0b408 Performance changes are noted in the perf column of each table:
No significant changes in experiment optimization goalsConfidence level: 90.00% There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.
|
perf | experiment | goal | Δ mean % | Δ mean % CI | links |
---|---|---|---|---|---|
❌ | file_to_blackhole | egress throughput | -30.65 | [-36.46, -24.84] |
Fine details of change detection per experiment
perf | experiment | goal | Δ mean % | Δ mean % CI | links |
---|---|---|---|---|---|
➖ | syslog_regex_logs2metric_ddmetrics | ingress throughput | +3.38 | [+3.17, +3.59] | |
➖ | http_text_to_http_json | ingress throughput | +2.86 | [+2.73, +2.99] | |
➖ | syslog_log2metric_splunk_hec_metrics | ingress throughput | +1.64 | [+1.53, +1.76] | |
➖ | syslog_splunk_hec_logs | ingress throughput | +1.49 | [+1.38, +1.60] | |
➖ | datadog_agent_remap_datadog_logs | ingress throughput | +1.45 | [+1.26, +1.63] | |
➖ | datadog_agent_remap_blackhole_acks | ingress throughput | +0.43 | [+0.33, +0.53] | |
➖ | http_to_s3 | ingress throughput | +0.37 | [+0.10, +0.64] | |
➖ | http_to_http_noack | ingress throughput | +0.17 | [+0.08, +0.25] | |
➖ | syslog_loki | ingress throughput | +0.10 | [+0.01, +0.18] | |
➖ | http_to_http_json | ingress throughput | +0.05 | [+0.00, +0.10] | |
➖ | syslog_log2metric_tag_cardinality_limit_blackhole | ingress throughput | +0.04 | [-0.09, +0.16] | |
➖ | splunk_hec_to_splunk_hec_logs_acks | ingress throughput | +0.00 | [-0.12, +0.12] | |
➖ | splunk_hec_to_splunk_hec_logs_noack | ingress throughput | -0.01 | [-0.11, +0.09] | |
➖ | splunk_hec_indexer_ack_blackhole | ingress throughput | -0.01 | [-0.10, +0.08] | |
➖ | splunk_hec_route_s3 | ingress throughput | -0.33 | [-0.65, -0.00] | |
➖ | datadog_agent_remap_blackhole | ingress throughput | -0.34 | [-0.49, -0.18] | |
➖ | http_to_http_acks | ingress throughput | -0.56 | [-1.88, +0.76] | |
➖ | otlp_grpc_to_blackhole | ingress throughput | -1.13 | [-1.24, -1.01] | |
➖ | syslog_humio_logs | ingress throughput | -1.90 | [-2.04, -1.76] | |
➖ | datadog_agent_remap_datadog_logs_acks | ingress throughput | -1.95 | [-2.12, -1.78] | |
➖ | http_elasticsearch | ingress throughput | -2.80 | [-2.95, -2.65] | |
➖ | fluent_elasticsearch | ingress throughput | -2.86 | [-3.36, -2.36] | |
➖ | syslog_log2metric_humio_metrics | ingress throughput | -3.69 | [-3.88, -3.50] | |
➖ | otlp_http_to_blackhole | ingress throughput | -4.38 | [-4.51, -4.26] | |
➖ | socket_to_socket_blackhole | ingress throughput | -5.00 | [-5.05, -4.94] | |
❌ | file_to_blackhole | egress throughput | -30.65 | [-36.46, -24.84] |
Explanation
A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".
For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:
-
Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.
-
Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.
-
Its configuration does not mark it "erratic".
…ev#21066) Signed-off-by: Jesse Szwedko <[email protected]>
…ev#21066) Signed-off-by: Jesse Szwedko <[email protected]>
Signed-off-by: Jesse Szwedko [email protected]